-- card: 7085 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 2795 -- name: MoveFile -- part contents for background part 1 ----- text ----- XFCN -- part contents for background part 22 ----- text ----- MoveFile("OldName","New folder") -- part contents for background part 13 ----- text ----- • MoveFile("OldName","New folder"). This moves files between folders on the same volume (it can't be used to copy files between volumes). "OldName" is a full pathname, and "New folder" specifies the destination folder. For instance: put MoveFile("HD:Telecom:session","HD:Stuff:") into err produces a file called "HD:Stuff:session". Note the final colon in the second argument. Values returned have the same meaning as in the RenameFile XFCN.